object TrialF: TTrialF Left = 200 Top = 107 BorderIcons = [] BorderStyle = bsDialog Caption = 'Trial version' ClientHeight = 58 ClientWidth = 383 Color = clFuchsia Font.Color = clBlack Font.Height = -48 Font.Name = 'Times New Roman' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter Visible = True OnClose = FormClose PixelsPerInch = 96 TextHeight = 55 object Label1: TLabel Left = 0 Top = 0 Width = 383 Height = 58 Align = alClient Alignment = taCenter Caption = 'Trial Version' end object Timer1: TTimer Interval = 5000 OnTimer = Timer1Timer Top = 32 end end